When playing an audio track, QuickTime for Windows queries the sound driver to determine if it can play back at the recorded rate. Unfortunately, many sound cards and/or sound-card drivers answer "yes" and then do a less-than-spectacular job of actually playing back at the desired rate.
The ideal solution is to re-record or resample the audio track at 11025, 22050, or 44100 samples per second, and then make a new movie using the new track. As an alternative, you can add the following lines to your QTW.INI file:
[Sound] requestedrate0=22050 actualrate0=22050
If the audio-sampling rate of the movie is 22050, changes to the [Sound] section of QTW.INI won't help, unless the samples are 16-bit. If this is the case, try:
[Sound] ChannelControl=8
This option, which is new in QTW 2.0.2, forces 8-bit sound output and should
prevent DMA-channel conflicts between the sound card and the CD-ROM drive. If
this helps, the problem is probably an interrupt or high-DMA channel conflict
between these two devices. Use MSD to assess the situation, and then run the
CD-ROM and sound card setup programs to correct any problems.